amarok: minor cleanup
This commit is contained in:
parent
acad17f5e5
commit
545f5a2f6f
@ -22,12 +22,10 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
cmakeFlags = "-DKDE4_BUILD_TESTS=OFF";
|
cmakeFlags = "-DKDE4_BUILD_TESTS=OFF";
|
||||||
|
|
||||||
postInstall = ''
|
propagatedUserEnvPkgs = [ qtscriptgenerator ];
|
||||||
mkdir -p $out/nix-support
|
|
||||||
echo ${qtscriptgenerator} > $out/nix-support/propagated-user-env-packages
|
|
||||||
'';
|
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
repositories.git = git://anongit.kde.org/amarok.git;
|
||||||
description = "Popular music player for KDE";
|
description = "Popular music player for KDE";
|
||||||
license = "GPL";
|
license = "GPL";
|
||||||
homepage = http://amarok.kde.org;
|
homepage = http://amarok.kde.org;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user