about summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorAnderson Torres <torres.anderson.85@protonmail.com>2023-11-28 13:22:55 -0300
committerAnderson Torres <torres.anderson.85@protonmail.com>2024-02-09 21:28:45 -0300
commitaf97e98efdb895a7db003e7c4d5928ea5d46d6ab (patch)
treed0f955e8063e93e6dbba5c54d96f40eb5be5aa07 /pkgs/top-level
parent82b583ba2ba2e5706b35dbe23f31362e62be2a9d (diff)
downloadnixlib-af97e98efdb895a7db003e7c4d5928ea5d46d6ab.tar
nixlib-af97e98efdb895a7db003e7c4d5928ea5d46d6ab.tar.gz
nixlib-af97e98efdb895a7db003e7c4d5928ea5d46d6ab.tar.bz2
nixlib-af97e98efdb895a7db003e7c4d5928ea5d46d6ab.tar.lz
nixlib-af97e98efdb895a7db003e7c4d5928ea5d46d6ab.tar.xz
nixlib-af97e98efdb895a7db003e7c4d5928ea5d46d6ab.tar.zst
nixlib-af97e98efdb895a7db003e7c4d5928ea5d46d6ab.zip
mpv: 0.36.0 -> 0.37.0
And some refactors:
- Remove dev output (cycle detected in build of <mpv> in the references of
  output 'dev' from output 'out')
- Env vars inside env
- Remove nested with
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 39a0283ea49b..d723c44520da 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -33765,7 +33765,7 @@ with pkgs;
   mpv-unwrapped = darwin.apple_sdk_11_0.callPackage ../applications/video/mpv {
     stdenv = if stdenv.isDarwin then swiftPackages.stdenv else stdenv;
     inherit lua;
-    inherit (darwin) sigtool;
+    inherit (darwin) sigtool; # otherwise it breaks splicing...
   };
 
   shaka-packager = callPackage ../applications/video/shaka-packager { };