qlipper: use src attribute instead of srcs
This commit is contained in:
parent
4efa48edf0
commit
08c6d0e18e
|
@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
|
|||
pname = "qlipper";
|
||||
version = "5.0.0";
|
||||
|
||||
srcs = fetchFromGitHub {
|
||||
src = fetchFromGitHub {
|
||||
owner = "pvanek";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
|
|
Loading…
Reference in New Issue