| 5 Jul 2022 |
deep6 | negative :( | 08:00:08 |
kraem | try putting it in nativeBuildInputs: nativeBuildInputs = with pkgs; [ pkgconfig ]; | 08:03:22 |
deep6 | still the same "pkg-config" "--libs" "--cflags" "glib-2.0" "glib-2.0 >= 2.42"did not exit successfully: exit status: 1 --- stderr Package glib-2.0 was not found in the pkg-config search path. Perhaps you should add the directory containingglib-2.0.pc' to the PKG_CONFIG_PATH environment variable No package 'glib-2.0' found | 08:05:47 |
deep6 | https://pastebin.com/VHkQk2G6 | 08:07:02 |
deep6 | is my code | 08:07:02 |
kraem | that's not the same error though? how are you including glib? | 08:07:04 |
kraem | you're not using glib, only taking it as an argument. you need to use it in buildInputs / nativeBuildInputs | 08:08:14 |
deep6 | oh | 08:08:37 |
deep6 | you're right, sorry I'm tired...1 am here | 08:09:06 |
deep6 | I'm still a rookie with nix | 08:09:37 |
deep6 | is it as simple as adding glib to where I have only pkgconfig as in [ glib pkgconfig] | 08:12:23 |
kraem | np :) i think you want to do buildInputs = with pkgs; [ glib ]; nativeBuildInputs = with pkgs; [ pkgconfig ] | 08:13:48 |
deep6 | is it now just a matter of iterating through and adding the dependencies as they come up to buildInputs? | 08:20:11 |
kraem | yeah, pretty much | 08:23:27 |
deep6 | any idea what the gdk 3.0 package is called, tried gdk, gdk3, gdk30 and searched using search.nixos no luck | 08:25:35 |
deep6 | or is it not packaged... you'd think it would be if gdk-pixbuf is... | 08:26:39 |
Linux Hackerman | It's part of gtk iirc | 08:26:52 |
deep6 | thanks, I'll give it a go | 08:28:02 |
deep6 | managed to get this packaged up! | 08:33:58 |
deep6 | thanks Linux Hackerman | 08:33:58 |
deep6 | oh and thanks as well kraem | 08:42:03 |
deep6 | sorry forgot you there earlier :) | 08:42:06 |
| akadude left the room. | 11:59:35 |
| 6 Jul 2022 |
| kevin joined the room. | 00:15:05 |
kevin | What's the recommended way to package crates currently? I've used like 6 different things over the last two years lol | 00:20:46 |
| Artturin joined the room. | 18:06:52 |
| 8 Jul 2022 |
| biohazard6743 joined the room. | 18:06:11 |
| David joined the room. | 20:01:07 |
| 12 Jul 2022 |
| Janne Heß joined the room. | 07:20:08 |
| Janne Heß left the room. | 07:21:12 |