mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
clementine: wrapped -> unwrapped
This commit is contained in:
parent
1c08ecc94c
commit
c8aae45c27
@ -8,10 +8,10 @@ let
|
||||
|
||||
withSpotify = config.clementine.spotify or false;
|
||||
|
||||
wrappedExeName = "clementine";
|
||||
exeName = "clementine";
|
||||
|
||||
wrapped = stdenv.mkDerivation {
|
||||
name = "clementine-wrapped-${version}";
|
||||
unwrapped = stdenv.mkDerivation {
|
||||
name = "clementine-unwrapped-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = https://github.com/clementine-player/Clementine/archive/1.2.3.tar.gz;
|
||||
@ -59,7 +59,7 @@ stdenv.mkDerivation {
|
||||
src = ./.;
|
||||
|
||||
buildInputs = [
|
||||
wrapped
|
||||
unwrapped
|
||||
makeWrapper
|
||||
] ++ gst_plugins
|
||||
++ stdenv.lib.optional withSpotify libspotify;
|
||||
|
Loading…
Reference in New Issue
Block a user