summary refs log tree commit diff
path: root/pkgs/misc/emulators/bsnes-hd/macos-replace-sips-with-png2icns.patch
diff options
context:
space:
mode:
authorAndersonTorres <torres.anderson.85@protonmail.com>2022-02-15 23:28:16 -0300
committerAndersonTorres <torres.anderson.85@protonmail.com>2022-02-16 01:38:20 -0300
commit8d65e832f0a18f60e2040940c80d96373ac8b88c (patch)
tree3d6ade66b2a81403e3852b80b9e7c660699b6ed6 /pkgs/misc/emulators/bsnes-hd/macos-replace-sips-with-png2icns.patch
parent19574af0af3ffaf7c9e359744ed32556f34536bd (diff)
downloadnixpkgs-8d65e832f0a18f60e2040940c80d96373ac8b88c.tar
nixpkgs-8d65e832f0a18f60e2040940c80d96373ac8b88c.tar.gz
nixpkgs-8d65e832f0a18f60e2040940c80d96373ac8b88c.tar.bz2
nixpkgs-8d65e832f0a18f60e2040940c80d96373ac8b88c.tar.lz
nixpkgs-8d65e832f0a18f60e2040940c80d96373ac8b88c.tar.xz
nixpkgs-8d65e832f0a18f60e2040940c80d96373ac8b88c.tar.zst
nixpkgs-8d65e832f0a18f60e2040940c80d96373ac8b88c.zip
Move misc/emulators to applications/emulators - part 1
Emulators form a class by themselves. So, they should be moved to applications/.
Diffstat (limited to 'pkgs/misc/emulators/bsnes-hd/macos-replace-sips-with-png2icns.patch')
-rw-r--r--pkgs/misc/emulators/bsnes-hd/macos-replace-sips-with-png2icns.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/pkgs/misc/emulators/bsnes-hd/macos-replace-sips-with-png2icns.patch b/pkgs/misc/emulators/bsnes-hd/macos-replace-sips-with-png2icns.patch
deleted file mode 100644
index 85adb33e3ab..00000000000
--- a/pkgs/misc/emulators/bsnes-hd/macos-replace-sips-with-png2icns.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/bsnes/target-bsnes/GNUmakefile b/bsnes/target-bsnes/GNUmakefile
-index 4c67bde..7a3ab9f 100644
---- a/bsnes/target-bsnes/GNUmakefile
-+++ b/bsnes/target-bsnes/GNUmakefile
-@@ -33,7 +33,7 @@ ifeq ($(platform),macos)
- 	cp Database/* out/$(name).app/Contents/MacOS/Database/
- 	cp -r ../shaders/* out/$(name).app/Contents/macOS/Shaders/
- 	cp $(ui)/resource/$(name).plist out/$(name).app/Contents/Info.plist
--	sips -s format icns $(ui)/resource/$(name).png --out out/$(name).app/Contents/Resources/$(name).icns
-+	png2icns out/$(name).app/Contents/Resources/$(name).icns $(ui)/resource/$(name).png
- endif
- 
- verbose: hiro.verbose ruby.verbose nall.verbose all;