-
-
Notifications
You must be signed in to change notification settings - Fork 15.5k
fped: init at unstable-2017-05-11 #51285
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@GrahamcOfBorg build fped |
}; | ||
|
||
LEX="flex"; | ||
RGBDEF="${netpbm}/share/netpbm/misc/rgb.txt"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perhaps a comment declaring its necessity?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can't remember why it was necessary, so I've removed it and things still build...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@expipiplus1 This is needed #51285 (comment).
Things still built because it was on a different linux distro and without sandboxing.
Corrected in d571ec0
@worldofpeace I've made your corrections. |
@GrahamcOfBorg build fped |
@worldofpeace Thanks for the suggestions, done. |
@GrahamcOfBorg build fped |
Build failed with
So I guess another environment variable to set? |
Yay, that's what we just removed.
…On Fri, 12 Apr 2019, 20:48 worldofpeace, ***@***.***> wrote:
Build failed with
ppmcolormask: can't open color names dictionary file from the path '/usr/local/netpbm/rgb.txt:/usr/share/netpbm/rgb.txt:/etc/X11/rgb.txt:/usr/lib/X11/rgb.txt:/usr/share/X11/rgb.txt:/usr/X11R6/lib/X11/rgb.txt' and Environment variable RGBDEF not set. Set RGBDEF to the pathname of your rgb.txt file or don't use color names.
make: *** [Makefile:116: icons/point.xpm] Error 1
So I guess another environment variable to set?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#51285 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AArCY9pme2k4erB7nnE4S-kry_x6W5cgks5vgNTmgaJpZM4Y746g>
.
|
Yep it was #51285 (comment) Yay? |
Ah, good to know I wasn't crazy.
…On Sat, 13 Apr 2019, 06:30 worldofpeace, ***@***.***> wrote:
***@***.**** commented on this pull request.
------------------------------
In pkgs/applications/science/electronics/fped/default.nix
<#51285 (comment)>:
> +, pkgconfig
+}:
+
+with lib;
+stdenv.mkDerivation rec {
+ name = "fped-${version}";
+ version = "unstable-2017-05-11";
+
+ src = fetchgit {
+ url = "git://projects.qi-hardware.com/fped.git";
+ rev = "fa98e58157b6f68396d302c32421e882ac87f45b";
+ sha256 = "0xv364a00zwxhd9kg1z9sch5y0cxnrhk546asspyb9bh58sdzfy7";
+ };
+
+ LEX="flex";
+ RGBDEF="${netpbm}/share/netpbm/misc/rgb.txt";
@expipiplus1 <https://github.com/expipiplus1> This is needed #51285
(comment)
<#51285 (comment)>.
Things still built because it was on a different linux distro and without
sandboxing.
Corrected in d571ec0
<d571ec0>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#51285 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAGRJXEYHAUHS74ONJGNA5DPQEEP3ANCNFSM4GHPR2QA>
.
|
@expipiplus1 Can you squash the commits? |
@worldofpeace done, thanks! |
sandbox
innix.conf
on non-NixOS)nix-shell -p nox --run "nox-review wip"
./result/bin/
)nix path-info -S
before and after)