mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
Remove unused lines
svn path=/nixpkgs/trunk/; revision=21780
This commit is contained in:
parent
52c65a1e62
commit
e69bf4f278
@ -1,7 +1,5 @@
|
||||
{ stdenv, fetchurl, fetchgit, cmake, qt4, kdelibs, automoc4, phonon, perl
|
||||
, v ? "0.4.0" }:
|
||||
let
|
||||
s = import ./source.nix { inherit fetchurl fetchgit; }; in
|
||||
|
||||
stdenv.mkDerivation (
|
||||
builtins.getAttr v (import ./source.nix { inherit fetchurl fetchgit; })
|
||||
|
Loading…
Reference in New Issue
Block a user