haskell-intero-nix-shim: drop broken non-Hackage package
This commit is contained in:
parent
05723c4d97
commit
c83b455c7d
@ -648,9 +648,6 @@ self: super: {
|
|||||||
then appendConfigureFlag super.gtk "-fhave-quartz-gtk"
|
then appendConfigureFlag super.gtk "-fhave-quartz-gtk"
|
||||||
else super.gtk;
|
else super.gtk;
|
||||||
|
|
||||||
# It makes no sense to have intero-nix-shim in Hackage, so we publish it here only.
|
|
||||||
intero-nix-shim = self.callPackage ../tools/haskell/intero-nix-shim {};
|
|
||||||
|
|
||||||
# vaultenv is not available from Hackage.
|
# vaultenv is not available from Hackage.
|
||||||
vaultenv = self.callPackage ../tools/haskell/vaultenv { };
|
vaultenv = self.callPackage ../tools/haskell/vaultenv { };
|
||||||
|
|
||||||
|
@ -1,28 +0,0 @@
|
|||||||
{ mkDerivation, base, cabal-install, directory, fetchFromGitHub
|
|
||||||
, filepath, intero, optparse-applicative, posix-escape, split
|
|
||||||
, stdenv, unix
|
|
||||||
}:
|
|
||||||
mkDerivation {
|
|
||||||
pname = "intero-nix-shim";
|
|
||||||
version = "0.1.2";
|
|
||||||
src = fetchFromGitHub {
|
|
||||||
owner = "michalrus";
|
|
||||||
repo = "intero-nix-shim";
|
|
||||||
rev = "0.1.2";
|
|
||||||
sha256 = "0p1h3w15bgvsbzi7f1n2dxxxz9yq7vmbxmww5igc5d3dm76skgzg";
|
|
||||||
};
|
|
||||||
isLibrary = false;
|
|
||||||
isExecutable = true;
|
|
||||||
executableHaskellDepends = [
|
|
||||||
base directory filepath optparse-applicative posix-escape split
|
|
||||||
unix
|
|
||||||
];
|
|
||||||
postInstall = ''
|
|
||||||
mkdir -p $out/libexec
|
|
||||||
ln -s ${cabal-install}/bin/cabal $out/libexec
|
|
||||||
ln -s ${intero }/bin/intero $out/libexec
|
|
||||||
'';
|
|
||||||
homepage = https://github.com/michalrus/intero-nix-shim;
|
|
||||||
license = stdenv.lib.licenses.asl20;
|
|
||||||
broken = true; # https://hydra.nixos.org/build/66703340
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user