mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
undo: try for zero rebuild on ofborg
This commit is contained in:
parent
52f53c69ce
commit
cd6e2c9642
3 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
{ lib, bundlerApp, ruby }:
|
||||
{ lib, bundlerApp }:
|
||||
|
||||
bundlerApp rec {
|
||||
pname = "solargraph";
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ lib, fetchFromGitHub, ruby, git, bundlerApp }:
|
||||
{ lib, ruby, bundlerApp }:
|
||||
|
||||
bundlerApp rec {
|
||||
pname = "oxidized";
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ stdenv, lib, bundlerApp, ruby, curl
|
||||
{ stdenv, lib, bundlerApp, ruby
|
||||
# Dependencies of the 'mathematical' package
|
||||
, cmake, bison, flex, glib, pkgconfig, cairo
|
||||
, pango, gdk_pixbuf, libxml2, python3, patchelf
|
||||
|
|
Loading…
Reference in a new issue