mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
screen uses the generic builder
svn path=/nixpkgs/trunk/; revision=5621
This commit is contained in:
parent
4812209ebe
commit
c1afbc0f77
2 changed files with 0 additions and 4 deletions
|
@ -1,3 +0,0 @@
|
|||
source $stdenv/setup
|
||||
|
||||
genericBuild
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
stdenv.mkDerivation {
|
||||
name = "screen-4.0.2";
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = http://nix.cs.uu.nl/dist/tarballs/screen-4.0.2.tar.gz;
|
||||
md5 = "ed68ea9b43d9fba0972cb017a24940a1";
|
||||
|
|
Loading…
Reference in a new issue