chore(pkgs): remove wine-discord-ipc-bridge
Some checks failed
Build packages / Build derivations (push) Has been cancelled
Some checks failed
Build packages / Build derivations (push) Has been cancelled
package was upstreamed
This commit is contained in:
parent
0240c60903
commit
2ac5462032
2 changed files with 0 additions and 30 deletions
|
@ -2,8 +2,4 @@ final: prev: {
|
|||
enigma = prev.callPackage ./enigma.nix {};
|
||||
vineflower = prev.callPackage ./vineflower.nix {};
|
||||
koi = prev.kdePackages.callPackage ./koi.nix {};
|
||||
|
||||
wine-discord-ipc-bridge = prev.callPackage ./wine-discord-ipc-bridge.nix {
|
||||
inherit (prev.pkgsCross.mingw32) stdenv;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -1,26 +0,0 @@
|
|||
{
|
||||
stdenv,
|
||||
fetchFromGitHub,
|
||||
}:
|
||||
stdenv.mkDerivation {
|
||||
name = "wine-discord-ipc-bridge";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "0e4ef622";
|
||||
repo = "wine-discord-ipc-bridge";
|
||||
rev = "f8198c9d52e708143301017a296f7557c4387127";
|
||||
hash = "sha256-tAknITFlG63+gI5cN9SfUIUZkbIq/MgOPoGIcvoNo4Q=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
patchShebangs winediscordipcbridge-steam.sh
|
||||
'';
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p $out/bin
|
||||
cp winediscordipcbridge.exe $out/bin
|
||||
cp winediscordipcbridge-steam.sh $out/bin
|
||||
'';
|
||||
|
||||
meta.platforms = ["i686-windows" "x86_64-linux"];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue