mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
Fixing larswm src.
svn path=/nixpkgs/trunk/; revision=21758
This commit is contained in:
parent
45944d3aee
commit
d994faca9b
1 changed files with 5 additions and 1 deletions
|
@ -2,7 +2,11 @@
|
|||
|
||||
stdenv.mkDerivation {
|
||||
name = "larswm-7.5.3";
|
||||
src = /home/viric/larswm-7.5.3.tar.gz;
|
||||
|
||||
src = fetchurl {
|
||||
url = mirror://sourceforge/larswm/larswm-7.5.3.tar.gz;
|
||||
sha256 = "1xmlx9g1nhklxjrg0wvsya01s4k5b9fphnpl9zdwp29mm484ni3v";
|
||||
};
|
||||
|
||||
buildInputs = [ imake libX11 libXext libXmu ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue