Merge pull request #8684 from MasseGuillaume/master

Following name convention for popcorntime
This commit is contained in:
Domen Kožar 2015-07-07 15:32:04 +01:00
commit b2ae0ca206

View File

@ -32,7 +32,9 @@ let
}; };
popcorntimePackage = stdenv.mkDerivation rec { popcorntimePackage = stdenv.mkDerivation rec {
name = "popcorntime-package-${version}"; name =
if fromCi then "popcorntime-git-2015-07-07"
else "popcorntime-${version}";
src = fetchurl fetchurlConf; src = fetchurl fetchurlConf;
sourceRoot = "."; sourceRoot = ".";
installPhase = '' installPhase = ''