about summary refs log tree commit diff
path: root/pkgs/applications/audio/spotify
diff options
context:
space:
mode:
authorMilan Pässler (work) <mil@nyantec.com>2019-09-02 23:39:57 +0200
committerMilan Pässler (work) <mil@nyantec.com>2019-09-02 23:42:12 +0200
commit185fd61631e1521225bdcf10da112450424db56c (patch)
tree79e87a635b720e12cc342ae1a1f35167a2ded334 /pkgs/applications/audio/spotify
parentea3bae4f4d23b35458957884c7b1aba0d88b0cee (diff)
treewide: remove uses of doBuild and doConfigure
doBuild and doConfigure are not actually used by any builders, they were
probably added by mistake and just confuse people.
Diffstat (limited to 'pkgs/applications/audio/spotify')
-rw-r--r--pkgs/applications/audio/spotify/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/applications/audio/spotify/default.nix b/pkgs/applications/audio/spotify/default.nix
index 403075f91352d..3f99e22a4cbdb 100644
--- a/pkgs/applications/audio/spotify/default.nix
+++ b/pkgs/applications/audio/spotify/default.nix
@@ -78,8 +78,6 @@ stdenv.mkDerivation {
 
   buildInputs = [ squashfsTools makeWrapper ];
 
-  doConfigure = false;
-  doBuild = false;
   dontStrip = true;
   dontPatchELF = true;