From d7b4a0e115bb46309706285e6005a64eae122568 Mon Sep 17 00:00:00 2001 From: aszlig Date: Mon, 14 Jul 2014 14:46:18 +0200 Subject: Move new packages from overrides/ into pkgs/. Those packages aren't actually overrides and thus it doesn't make sense to categorize them into "overrides". Signed-off-by: aszlig --- overrides/lockdev/default.nix | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 overrides/lockdev/default.nix (limited to 'overrides/lockdev/default.nix') diff --git a/overrides/lockdev/default.nix b/overrides/lockdev/default.nix deleted file mode 100644 index 52e78eb5..00000000 --- a/overrides/lockdev/default.nix +++ /dev/null @@ -1,23 +0,0 @@ -{ stdenv, fetchurl, perl }: - -let - baseurl = "ftp://ftp.debian.org/debian/pool/main/l/lockdev/"; -in stdenv.mkDerivation rec { - name = "lockdev-${version}"; - version = "1.0.3"; - - buildInputs = [ perl ]; - - patches = stdenv.lib.singleton (fetchurl { - url = baseurl + "lockdev_1.0.3-1.5.diff.gz"; - sha256 = "1l3pq1nfb5qx3i91cjaiz3c53368gw6m28a5mv9391n5gmsdmi3r"; - }); - - NIX_CFLAGS_COMPILE = "-fPIC -D_PATH_LOCK=\"/tmp\""; - installFlags = [ "basedir=$(out)" ]; - - src = fetchurl { - url = baseurl + "lockdev_${version}.orig.tar.gz"; - sha256 = "10lzhq6r2dn8y3ki7wlqsa8s3ndkf842bszcjw4dbzf3g9fn7bnc"; - }; -} -- cgit 1.4.1