mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
Revert "cask: init"
This reverts commit 5bede1a252
.
This commit never actually wrapped cask, so it can be safely removed.
see https://github.com/NixOS/nixpkgs/pull/42419
This commit is contained in:
parent
e805874891
commit
a6f0ff33b5
2 changed files with 0 additions and 12 deletions
|
@ -1,10 +0,0 @@
|
|||
{ emacsPackages, writeScriptBin }:
|
||||
let
|
||||
|
||||
cask = emacsPackages.cask;
|
||||
|
||||
in writeScriptBin "cask" ''
|
||||
#!/bin/sh
|
||||
|
||||
exec ${cask}/bin/cask $@
|
||||
''
|
|
@ -15400,8 +15400,6 @@ with pkgs;
|
|||
|
||||
cava = callPackage ../applications/audio/cava { };
|
||||
|
||||
cask = callPackage ../development/tools/build-managers/cask { };
|
||||
|
||||
cb2bib = libsForQt5.callPackage ../applications/office/cb2bib { };
|
||||
|
||||
cbatticon = callPackage ../applications/misc/cbatticon { };
|
||||
|
|
Loading…
Reference in a new issue